Skip to main content

A Simple yet powerful bcp wrapper

Project description

Simple BCP

A Simple yet powerful Python bcp wrapper.
bcp (bulk copy program) is a command line tool that copies data from / into MSSQL.
You can read more about bcp here

Installation

Install the package using pip:

pip install simple_bcp

Usage

import simple_bcp

bcp = simple_bcp.BCP()
database_parameters = simple_bcp.MsSqlDatabaseParameters(
    server_hostname="your-sql-server-hostname",
    username="user",
    password="pass"
)
output_file_path = bcp.download_table(table_name="your_table_name", 
                                      database_parameters=database_parameters)
print("downloaded table data is now available at ", output_file_path)
bcp.upload_into_table(table_name="dest_table_name",
                      database_parameters=database_parameters,
                      data_file_path=output_file_path)
print("the data is now copied to dest_table_name")

Requirements

Repo & Author

Developed by Noam Fisher, You can see the project in https://gitlab.com/noamfisher/simple_bcp

Project details


Download files

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

Source Distribution

simple_bcp-0.9.0.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

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

simple_bcp-0.9.0-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file simple_bcp-0.9.0.tar.gz.

File metadata

  • Download URL: simple_bcp-0.9.0.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for simple_bcp-0.9.0.tar.gz
Algorithm Hash digest
SHA256 6bae8a36318a4d2c1322a89ac896645caad319d4d4e5ab0a2cbb9263e9020494
MD5 03401c2f10296187ce4182e415286bf9
BLAKE2b-256 fa0f1409d895b4cde16e3a14b3b8364316bdc34497da2f3774dd10eb249b5858

See more details on using hashes here.

File details

Details for the file simple_bcp-0.9.0-py3-none-any.whl.

File metadata

  • Download URL: simple_bcp-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for simple_bcp-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 485c8b9ac27e3dc1d3c1878f024b19cd489546d0561e581a128e085f0e1f7b89
MD5 a9d1d8a41d3c95643dab4b9e3a206e66
BLAKE2b-256 6bc830da1e8b245b4ae700f5caf36fd104145524035838d8ea834398cc150ca9

See more details on using hashes here.

Supported by

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