Very reusable python code
Project description
Futsu
Futsu = Japanese 普通 , means general, ordinary, usual.
You can see this lib is like Apache Commons, but in python.
https://github.com/luzi82/py.futsu
Cheat sheet
virtualenv --python python3 venv
source venv/bin/activate
pip install --upgrade setuptools wheel nose twine keyring
keyring set https://upload.pypi.org/legacy/ luzi82
keyring set https://test.pypi.org/legacy/ luzi82
python3 setup.py test
python3 setup.py sdist bdist_wheel
python3 -m twine upload -u luzi82 --repository-url https://test.pypi.org/legacy/ dist/*
deactivate
mkdir -p tmp;cd tmp
rm -rf venv_test
virtualenv --python python3 venv_test
source venv_test/bin/activate
pip install --index-url https://test.pypi.org/simple/ --no-deps futsu
python3 -c "import futsu;print(futsu.name)"
deactivate
cd ..
source venv/bin/activate
python3 -m twine upload -u luzi82 dist/*
deactivate
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
futsu-0.0.4.tar.gz
(2.0 kB
view details)
Built Distribution
futsu-0.0.4-py3-none-any.whl
(3.3 kB
view details)
File details
Details for the file futsu-0.0.4.tar.gz
.
File metadata
- Download URL: futsu-0.0.4.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeee1f9fb91851f30f417dfcfd0e47a3df7998a05b9c87e3f6ad2e72188899c1 |
|
MD5 | 0d9804a89abef0ac49c982d40199a821 |
|
BLAKE2b-256 | 92c30180e3560f7fcef287e68de5d2f7e63a9f1818142a55351d2a01744f74bc |
File details
Details for the file futsu-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: futsu-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80eca857888af6ad5c6c9f2a23cee1621872edbc179845f20854629ec2ffec6e |
|
MD5 | 5591a6a26090676b9d596e5d58d09d08 |
|
BLAKE2b-256 | 35f30f2dad77093dbb9a73e5a959137b3117b98eecbf6f2f8d3543860007387f |