Skip to content

Gaming32/stdpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stdpy

Release GitHub Workflow Status (branch) GitHub Workflow Status (branch)

Java implementation of the places Python stdlib where it was determined to be more optimal or clean.

Read documentation at the Javadoc.

This project supports Java 1.8 and later.

Adding to your project

Gradle

Add the repository:

    allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }

Add the dependency:

    dependencies {
            implementation 'com.github.Gaming32:stdpy:[SEE-BELOW]'
    }

Release

Maven

Add the repository:

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

Add the dependency:

    <dependency>
        <groupId>com.github.Gaming32</groupId>
        <artifactId>stdpy</artifactId>
        <version>[SEE-BELOW]</version>
    </dependency>

Release

About

Java implementation of the places Python stdlib where it was determined to be more optimal or clean

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages