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
rm -rf dist
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.6.tar.gz
(2.4 kB
view details)
Built Distribution
futsu-0.0.6-py3-none-any.whl
(3.9 kB
view details)
File details
Details for the file futsu-0.0.6.tar.gz
.
File metadata
- Download URL: futsu-0.0.6.tar.gz
- Upload date:
- Size: 2.4 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 | def762abbdd92633f94cd25f4538f73210656aa19e1af7dc57bb8cee16096053 |
|
MD5 | a2c1c531e2e57a821bd0d3b0c2149308 |
|
BLAKE2b-256 | 33c89ec6ba0391698d0f85f6ac918d5f4b4e71d238eca13b914bcbdb626f21e2 |
File details
Details for the file futsu-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: futsu-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.9 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 | e3c10ad31cad176ad5ba4bcfea1f26d75b054bf355e81992864691651b972f15 |
|
MD5 | addae03ca64bc3c2bb7745fa3462673b |
|
BLAKE2b-256 | 4fc5b4351a74885b539e33ba9771c6265654e64cb833c3ceea5a65eb17f56dd3 |