Key | Value |
---|---|
FileName | snap-hashlookup-import/usr/share/doc/python3/_static/nature.css |
FileSize | 4181 |
MD5 | F7CBD79070A001E96C27DFC075530778 |
RDS:package_id | 294776 |
SHA-1 | 351279BE2CAFA3C494117DE781D4113386C26ED7 |
SHA-256 | F14C645E4B746D3F543F4E10AD584E6826172EDFFBDE5981C0FE53D422B4A516 |
SHA-512 | C18062261514DDB168AA1C133EBF6E662D3EF5D217B4F985F342FEEAE3ADA5A20C5E937194092A644A110E7A9988AC6CDE314525A106E46B32CD288F671A5238 |
SSDEEP | 96:IJpsDEVf1gK0ryFQmgJkrhW4je95VOmeFrhodv:Ik4Vf1gK0rQQmgJk479fOmeJhiv |
TLSH | T1D5819819DFA20D53790BC5BA3AFAD750F23D9053884D8A3D3E6966848F8817452BD78C |
insert-timestamp | 1728966846.157971 |
mimetype | text/plain |
source | snap:BGQQRfubOLyZeGs8cVDr7t73LOBkOhGr_14 |
hashlookup:parent-total | 193 |
hashlookup:trust | 100 |
The searched file hash is included in 193 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
SHA-1 | 0050D0AF641E4C64E3EC5FC2F4823F41B84E774C |
snap-authority | canonical |
snap-filename | QJDddJRO4XvOYwrRgSURkM2OpNYalNiu_13.snap |
snap-id | QJDddJRO4XvOYwrRgSURkM2OpNYalNiu_13 |
snap-name | ros-humble-ros-core-dev |
snap-publisher-id | canonical-robotics |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2024-01-30T10:23:51.232707Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/QJDddJRO4XvOYwrRgSURkM2OpNYalNiu_13.snap |
Key | Value |
---|---|
FileSize | 435160 |
MD5 | 9D0AC358353D8CCFBC2A15380FB6596D |
PackageDescription | lightweight database migration tool for SQLAlchemy Alembic is a new database migration tool, written by the author of SQLAlchemy. A migration tool offers the following functionality: . * Can emit ALTER statements to a database in order to change the structure of tables and other constructs * Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. * Allows the scripts to execute in some sequential manner. . This package provides /usr/bin/alembic script and documentation for Alembic, and depends on the python3-alembic package which contains all the actual code (in Python 3) for Alembic to actually work. |
PackageMaintainer | Debian Python Team <team+python@tracker.debian.org> |
PackageName | alembic |
PackageSection | python |
PackageVersion | 1.7.6-1 |
SHA-1 | 00E3101AFF9D13CDBE3D9193CD6D66A6EFD8CA09 |
SHA-256 | 8C432D0E4F9CED5A2F5B30500D26EC8893749023C6E15598DEC93DC06C930FA4 |
Key | Value |
---|---|
FileSize | 1192756 |
MD5 | 74F35BDC7E96FF43C5700F6D018387E3 |
PackageDescription | guidelines and information for Debian developers, in German This package contains the German translation of Debian Developer's Reference (package: developers-reference), a set of guidelines and best practices which has been established by and for the community of Debian developers and maintainers. If you are not maintaining Debian packages, you probably do not need this package. . Table of Contents (in English): . * 1. Scope of This Document * 2. Applying to Become a Member * 3. Debian Developer's Duties * 4. Resources for Debian Members * 5. Managing Packages * 6. Best Packaging Practices * 7. Beyond Packaging * 8. Internationalization and Translations * 1. Overview of Debian Maintainer Tools |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | developers-reference-de |
PackageSection | doc |
PackageVersion | 11.0.18 |
SHA-1 | 0203C088CAF76E7D7D7C1C113E64B3D6C125084F |
SHA-256 | 0D1AED42575C2E6E838FC7868659195BBFF566AB4CE0AFCC9E27C4BCA742A342 |
Key | Value |
---|---|
SHA-1 | 027B45A92898940FDD34DA67D0FD6C7251D2F18B |
snap-authority | canonical |
snap-filename | XczsXl04WviE3wUp5pG2YPZxJvOQNdeF_1.snap |
snap-id | XczsXl04WviE3wUp5pG2YPZxJvOQNdeF_1 |
snap-name | vulcanexus-discovery-server |
snap-publisher-id | 3fOhHPMSqKv52Eeo76s9drer56Eme6yI |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2023-04-10T12:16:33.873005Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/XczsXl04WviE3wUp5pG2YPZxJvOQNdeF_1.snap |
Key | Value |
---|---|
FileSize | 8184904 |
MD5 | 75A46F7D98F9CB59B2DB3D54A74392F3 |
PackageDescription | data structures for "relational" or "labeled" data - documentation pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. pandas is well suited for many different kinds of data: . - Tabular data with heterogeneously-typed columns, as in an SQL table or Excel spreadsheet - Ordered and unordered (not necessarily fixed-frequency) time series data. - Arbitrary matrix data (homogeneously typed or heterogeneous) with row and column labels - Any other form of observational / statistical data sets. The data actually need not be labeled at all to be placed into a pandas data structure . This package contains the documentation. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-pandas-doc |
PackageSection | doc |
PackageVersion | 1.1.5+dfsg-2 |
SHA-1 | 05B41ABEF07C7FFB96EB3B1EAC95F1CBF6D2AABB |
SHA-256 | 64D781FB37323CD39C44100BFA0AB071606DFFFB76269F70C2141E3710362387 |
Key | Value |
---|---|
FileSize | 768828 |
MD5 | F5B63D580FD1FD0A54A462826C9750B9 |
PackageDescription | guidelines and information for Debian developers, in Russian This package contains the Russian translation of Debian Developer's Reference (package: developers-reference), a set of guidelines and best practices which has been established by and for the community of Debian developers and maintainers. If you are not maintaining Debian packages, you probably do not need this package. . Table of Contents (in English): . * 1. Scope of This Document * 2. Applying to Become a Member * 3. Debian Developer's Duties * 4. Resources for Debian Members * 5. Managing Packages * 6. Best Packaging Practices * 7. Beyond Packaging * 8. Internationalization and Translations * 1. Overview of Debian Maintainer Tools |
PackageMaintainer | Developers Reference Maintainers <debian-policy@lists.debian.org> |
PackageName | developers-reference-ru |
PackageSection | doc |
PackageVersion | 11.0.21 |
SHA-1 | 0694065A705238F72A92584325C4621092C9E0A1 |
SHA-256 | AE31782036E922E1B704771A5ED686BB3F67AE72067E72BB58B211A9FF377C6C |
Key | Value |
---|---|
MD5 | 1B15B70921ED99C42362A7E407C82EBA |
PackageArch | noarch |
PackageDescription | Glue is a simple command line tool to generate CSS sprites using any kind of source images like PNG, JPEG or GIF. Glue will generate a unique PNG file containing every source image and a CSS file including the necessary CSS classes to use the sprite. |
PackageMaintainer | Fedora Project |
PackageName | glue |
PackageRelease | 4.fc34 |
PackageVersion | 0.13 |
SHA-1 | 06B375A2D2ADC2022F809345B042713A97162944 |
SHA-256 | AD1B510D1F32C21B3D0F3077A13DDCCF971638873EE9955625F7FCB6CD30B7C0 |
Key | Value |
---|---|
SHA-1 | 084D77D4825683AD8D62F01408CAE19CE45F6D8A |
snap-authority | canonical |
snap-filename | 5jhXwLx2kfI42wm6InusEO3ZryZyh6Eq_30.snap |
snap-id | 5jhXwLx2kfI42wm6InusEO3ZryZyh6Eq_30 |
snap-name | opensearch |
snap-publisher-id | fjOUFQTI5KDPhTDuoMZ8K5meb43UdBAV |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2023-01-09T22:10:46.117847Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/5jhXwLx2kfI42wm6InusEO3ZryZyh6Eq_30.snap |
Key | Value |
---|---|
FileSize | 24856 |
MD5 | CAF41003F71B0A2C093E677D5F5E8EDE |
PackageDescription | header files and a static library for Python (default) Header files, a static library and development tools for building Python modules, extending the Python interpreter or embedding Python in applications. . This package is a dependency package, which depends on Debian's default Python 3 version's headers (currently v3.9). |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-dev |
PackageSection | python |
PackageVersion | 3.9.4-1 |
SHA-1 | 087DA53132C4F4A1F82DAC881D72502091AEEB1A |
SHA-256 | 0855338D4A5E6B7A7E39493B904F8D5E4FB9336FD9954B0E3038B5C18FDB5EAF |
Key | Value |
---|---|
MD5 | 719879A0B64D88ECD1C89D3B34C401AF |
PackageArch | noarch |
PackageDescription | Documentation and help files for python-bpython. |
PackageName | python-bpython-doc |
PackageRelease | lp154.19.1 |
PackageVersion | 0.21 |
SHA-1 | 0AC2ED24FCDC1286EB3122164FE9C9C680F6662D |
SHA-256 | E26D7AE4FED088E2DD7AFFFCFD6831B34F2BFAF068E6B167905B64DC923DCE1F |