Skip to main content

# Python Counter Dictionary

e.g.)

` >>> from pycountdict import CounterDictionary >>> cd = CounterDictionary() >>> cd['a'] = 1 >>> print(cd) a: 1 >>> cd['b'] = 1 >>> print(cd) a: 1, b: 1 >>> cd['A'] = 1 >>> print(cd) a: 1, A: 1, b: 1 >>> cd['a'] = 1 >>> print(cd) a: 2, A: 1, b: 1 `

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycountdict-1.0.4.tar.gz (1.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pycountdict-1.0.4-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

pycountdict-1.0.4-py2-none-any.whl (2.9 kB view details)

Uploaded Python 2

File details

Details for the file pycountdict-1.0.4.tar.gz.

File metadata

  • Download URL: pycountdict-1.0.4.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.9.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2

File hashes

Hashes for pycountdict-1.0.4.tar.gz
Algorithm Hash digest
SHA256 454a3faeca0a9b0a75f12290de23764406211d9ee7bd1679148cc6f70d0db64a
MD5 90a7daac88275f76293829177688a2fb
BLAKE2b-256 8eac5cb0f309b13f3fb3c3cfd60c72bfd6cec1dd9eddb5c41657dae06b5596f6

See more details on using hashes here.

File details

Details for the file pycountdict-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: pycountdict-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.9.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2

File hashes

Hashes for pycountdict-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2177e45628c69a764b33d1283c980093d62eccf198ee89762423cb0f288fe6f3
MD5 ad0f39cda5ad673b5fe6b4843a68c80a
BLAKE2b-256 82567c335083cf3d2ee65a388fd09c226d6969f9e1bc95e8667a0b2c5ef8ad1e

See more details on using hashes here.

File details

Details for the file pycountdict-1.0.4-py2-none-any.whl.

File metadata

  • Download URL: pycountdict-1.0.4-py2-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.9.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2

File hashes

Hashes for pycountdict-1.0.4-py2-none-any.whl
Algorithm Hash digest
SHA256 8a0fb1069193b254606b03c202a00f10ed020580d714c5921c53df2f5905d6cb
MD5 34d71dc9fa417978222bc07bc0a849d1
BLAKE2b-256 6868fbe0bc0a978682961c8b15dfe81091677b40760cb5881a262b8bc5c695f0

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.4 This release

3 files

1.0.3

3 files

1.0.2

3 files

1.0.1

3 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page